git-intr-msg-clobber
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Tue, 23 Jul 2024 17:09:58 +0000 (19:09 +0200)
committerAurelien Jarno <aurel32@debian.org>
Tue, 23 Jul 2024 17:09:58 +0000 (19:09 +0200)
commit13ceb616c47cd8b3dc6f156de5dfb6549a3fc5d8
treeb9f4420e85dd32f0357b25033d7a6be88167a7f7
parent81633c85d1bb2518638935d4d94bbae9676c2066
git-intr-msg-clobber

Commited for 2.40

commit c8b4ce0b368115714bd4cce131e1683759471099
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Jul 13 17:00:55 2024 +0200

    hurd: Fix restoring message to be retried

    save_data stores the start of the original message to be retried,
    overwritten by the EINTR reply. In 64b builds the overwrite is however
    rounded up to the 64b pointer size, so we have to save more than just
    the 32b err.

    Thanks a lot to Luca Dariz for the investigation!

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-intr-msg-clobber.diff
hurd/intr-msg.c